home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / lib / swedish / moe.help < prev   
Text File  |  2004-12-19  |  7KB  |  118 lines

  1. #
  2. # Moe user function help texts.
  3. #
  4. # Part of the BlueJ program development environment.
  5. #
  6.  
  7. ## edit functions
  8.  
  9. delete-previous=\n Radera tecknet nΣrmast f÷regσende mark÷ren.
  10. delete-next=\n Radera tecknet nΣrmast efter mark÷ren.
  11. copy-to-clipboard=\n Kopiera markerad text till klippboken. DΣrifrσn kan den\n sedan klistras in nσgon annanstans (se paste-from-clipboard).
  12. cut-to-clipboard=\n Klipp ut markerad text till klippboken. DΣrifrσn kan den\n sedan klistras in nσgon annanstans (se paste-from-clipboard).
  13. copy-line=\n Copy the current line to the clipboard. Successive \n copy operations add to the clipbord.
  14. cut-line=\n Cut the current line to the clipboard. Successive \n cut operations add to the clipbord.
  15. cut-end-of-line=\n Cut the end of the current line to the clipboard.\n Successive cut operations add to the clipbord.
  16. cut-word=\n Cut the current word to the clipboard. Successive \n cut operations add to the clipbord.
  17. cut-end-of-word=\n Cut the end of the current word to the clipboard.\n Successive cut operations add to the clipbord.
  18. paste-from-clipboard=\n Klistra in den text som f÷r nΣrvarande finns i klippboken.\n Inklippet kommer hamna dΣr mark÷ren befinner sig.
  19. insert-tab=\n Infoga ett tabulatortecken.
  20. insert-spaced-tab=\n Insert spaces to the next TAB position. (That is: perform\n a TAB operation using spaces instead of a real TAB character).
  21. insert-break=\n Infoga ett radslutstecken dΣr mark÷ren befinner sig.
  22. insert-break-and-indent=\n Insert a line break at the caret position\n and indent as the line above.
  23. indent=\n Adjust the indentation of the current line to be the same as that\n of the line above.
  24. insert-method=\n Infoga mall f÷r Java metod.
  25. comment=\n Kommentera bort markerad kod.\n Koden kan lΣtt σterstΣllas senare (se uncomment).
  26. uncomment=\n Ta bort kommentarsymboler frσn markerad text. (se comment)
  27.  
  28. select-word=\n Markera aktuellt ord (Σven bundet till vΣnster musknapp: dubbelklick).
  29. select-line=\n Markera aktuell rad (Σven bundet till vΣnster musknapp: trippelklick).
  30. select-paragraph=\n Markera aktuell paragraf.
  31. select-all=\n Markera hela texten
  32. selection-backward=\n Ut÷ka markering ett tecken bakσt.
  33. selection-forward=\n Ut÷ka markering ett tecken framσt.
  34. selection-up=\n Ut÷ka markering en rad uppσt.
  35. selection-down=\n Ut÷ka markering en rad nedσt.
  36. selection-begin-word=\n Flytta slutet av markeringen till b÷rjan av\n aktuellt ord.
  37. selection-end-word=\n Flytta slutet av markeringen till slutet av\n aktuellt ord.
  38. selection-previous-word=\n Move the end of the selection to the beginning of\n the previous word.
  39. selection-next-word=\n Move the end of the selection to the beginning of\n the next word.
  40. selection-begin-line=\n Move the end of the selection to the beginning of\n the current line.
  41. selection-end-line=\n Move the end of the selection to the end of\n the current line.
  42. selection-begin-paragraph=\n Move the end of the selection to the beginning of\n the current paragraph.
  43. selection-end-paragraph=\n Move the end of the selection to the end of\n the current paragraph.
  44. selection-page-up=\n Move the end of the selection one page up.
  45. selection-page-down=\n Move the end of the selection one page down.
  46. selection-begin=\n Move the end of the selection to the beginning of the text.
  47. selection-end=\n Move the end of the selection to the end of the text.
  48.  
  49. ## move and scroll functions
  50.  
  51. caret-backward=\n Move the caret (cursor) one character backwards.
  52. caret-forward=\n Move the caret one character forward.
  53. caret-up=\n Move the caret one line up.
  54. caret-down=\n Move the caret one line down.
  55. caret-begin-word=\n Move the caret to the beginning of the current word.
  56. caret-end-word=\n Move the caret to the end of the current word.
  57. caret-previous-word=\n Move the caret to the beginning of the previous word.
  58. caret-next-word=\n Move the caret to the beginning of the next word.
  59. caret-begin-line=\n Move the caret to the beginning of the current line.
  60. caret-end-line=\n Move the caret to the end of the current line.
  61. caret-begin-paragraph=\n Move the caret to the beginning of the current paragraph.
  62. caret-end-paragraph=\n Move the caret to the end of the current paragraph.
  63. page-up=\n Move the caret one page up.
  64. page-down=\n Move the caret one page down.
  65. caret-begin=\n Move the caret to the beginning of the text.
  66. caret-end=\n Move the caret to the end of the text.
  67.  
  68. ## class functions
  69.  
  70. save=\n Save this class. Note that it is rarely necessary to explicitely save\n the class because closing it saves it automatically.
  71. reload=\n Reload the class from its source file. This operation will discard\n all changes made after the last (implicit or explicit) save operation.
  72. close=\n Close this class. The source text is automatically saved.
  73. print=\n Open a print dialog to start a print job.
  74. page-setup=\n Open a page-setup dialog to specify page layout.
  75.  
  76.  
  77. ## customisation functions
  78.  
  79. key-bindings=\n View and change the key bindings for Moe's user functions.
  80. preferences=\n Specify some preference settings for the editor.
  81.  
  82.  
  83. ## help functions
  84.  
  85. describe-key=\n After invoking this function, type a key. The name of the\n function bound to this key is displayed.
  86. help-mouse=\n Display mouse button bindings.
  87. show-manual=\n Open a web browser to show the Moe User Manual.
  88. about-editor=\n Display a brief note about Moe.
  89.  
  90.  
  91. ## misc functions
  92.  
  93. undo=\n Undo the last edit operation. (This can then be re-done with 'redo'.)
  94. redo=\n Redo the last operation that was undone.
  95.  
  96. find=\n Open a dialog to start a search for a string in the text. The dialog\n allows to start searches backward or forward.
  97. find-backward=\n Like find, but the make 'Backward' the default button.
  98. find-next= If a selection is on, find the next occurrence of the selected text. If no\n selection is on, search again for the same string that was used in the\n last search. Stop at the end of the text. If called again after the end\n of the text was reached, wrap around and continue search from the top.
  99. find-next-reverse=\n Like find-next, but reverse the search direction.
  100. replace=\n Replace one text string with another.
  101.  
  102. compile=\n Compile the current class. The class is automatically\n saved before being compiled.
  103. toggle-interface-view=\n Toggle the display between interface and source view.\n The interface view shpws the class interface in Javadoc format.
  104. toggle-breakpoint=\n Set or clear a breakpoint in the current line.
  105.  
  106. ## help texts for adding key bindings
  107.  
  108. press-key=\n Ange ÷nskat tangentkommando genom att trycka ner tangenterna...
  109. cannot-redefine=\n Tangenter som resulterar i utskrift pσ skΣrmen kan inte omdefinieras.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.